Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​IObserver`1

Assembly: System.Runtime

Provides a mechanism for receiving push-based notifications.

Methods

public void
OnCompleted​()
Notifies the observer that the provider has finished sending push-based notifications.
public void
OnError​(Exception error)
error An object that provides additional information about the error.
Notifies the observer that the provider has experienced an error condition.
public void
OnNext​(T value)